home *** CD-ROM | disk | FTP | other *** search
/ Chip 2005 March / CMCD0305.ISO / Software / Shareware / Utilitare / remover / remover.exe / {app} / Remover.exe / 0 / RCDATA / TFORMLEGALS / TFORMLEGALS.txt
Text File  |  2005-01-25  |  1KB  |  54 lines

  1. object formLegals: TformLegals
  2.   Left = 372
  3.   Top = 301
  4.   BorderStyle = bsDialog
  5.   Caption = 'Legal stuff'
  6.   ClientHeight = 145
  7.   ClientWidth = 348
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   OldCreateOrder = False
  15.   Position = poScreenCenter
  16.   OnShow = FormShow
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object labelInformation: TLabel
  20.     Left = 8
  21.     Top = 8
  22.     Width = 329
  23.     Height = 65
  24.     AutoSize = False
  25.     Caption = 
  26.       'If you remove advertisement robots with this program, you may no' +
  27.       't be allowed to continue using their host programs. Read their l' +
  28.       'icense agreements for further information.'
  29.     WordWrap = True
  30.   end
  31.   object buttonOK: TBitBtn
  32.     Left = 136
  33.     Top = 112
  34.     Width = 75
  35.     Height = 25
  36.     TabOrder = 0
  37.     Kind = bkOK
  38.   end
  39.   object checkboxNotAgain: TCheckBox
  40.     Left = 8
  41.     Top = 80
  42.     Width = 329
  43.     Height = 17
  44.     Caption = 'Don'#39't show this message again.'
  45.     TabOrder = 1
  46.   end
  47.   object hideTimer: TTimer
  48.     Enabled = False
  49.     OnTimer = hideTimerTimer
  50.     Left = 296
  51.     Top = 112
  52.   end
  53. end
  54.